home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3127 < prev    next >
Encoding:
Text File  |  1996-08-05  |  4.9 KB  |  100 lines

  1. Newsgroups: comp.sys.amiga.networking
  2. Path: lazrus.cca.rockwell.com!news
  3. From: Scott Cabit <sac>
  4. Subject: Having no luck with AmiTCP & PPP
  5. X-Nntp-Posting-Host: wcnsn.cca.rockwell.com
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <Doz9Bu.BIs@lazrus.cca.rockwell.com>
  8. Sender: news@lazrus.cca.rockwell.com
  9. Content-Transfer-Encoding: 7bit
  10. Organization: Rockwell Avionics - Collins
  11. Mime-Version: 1.0
  12. Date: Thu, 28 Mar 1996 12:28:41 GMT
  13. X-Mailer: Mozilla 1.1 (X11; I; SunOS 4.1.3_U1 sun4m)
  14. X-Url: news:comp.sys.amiga.networking
  15.  
  16. Help!
  17.  
  18.  
  19.   I've spent many many hours trying to get AmiTCP to work with my
  20. internet provider. I have - A1200 / DKB 68030/50Mhz/MMU/FPU / 10 Meg
  21. RAM / WB3.0 / AmiTCP4.0 demo / PPP demo software / Socket lib software.
  22.  
  23.  Heres what happens:
  24.  
  25.   I install socket.library, AmiTCP and PPP device, making all of the
  26. changes required to ppp0.config in SANA2 (in envarc:), startnet, stopnet,
  27. etc. 
  28.   I open a shell and run startnet and get:
  29. -------------------------------------------------------------------
  30. 13.BOOT:System> startnet
  31. login: sacabit
  32. AmiTCP/IP version 4.0 demo
  33. Copyright  1994 AmiTCP/IP Group,
  34.                  Network Solutions Development Inc., Finland.
  35. Copyright  1980--1991 The Regents of the University of California.
  36.             All rights reserved.
  37. S2_ONLINE: Resource allocation failure
  38. AmiTCP:Bin/Online failed returncode 10
  39. 13.BOOT:System>
  40. -------------------------------------------------------------------
  41.  
  42.   A "dialling" window comes up and shows my dialscript, but the
  43. modem does not change states, and does not dial. It does do the
  44. "ATZ" and WAIT "OK" command, so it is getting executed. Arexx is
  45. properly installed, and WaitForPort does work properly, as tested
  46. from a shell.
  47.   Heres what SnoopDOS shows during this process:
  48. -------------------------------------------------------------------
  49. SnoopDos logging started on Saturday, 02-Mar-96 at 20:11:24
  50.  
  51.  Count Process Name       Action     Target Name                 Options Res.
  52.  ----- ------------       ------     -----------                 ------- ----
  53.  116   [14] EXECUTE       Open       PROGDIR:startnet            Read    OK
  54.  117   [14] EXECUTE       Open       T:Command-00-T14            Write   OK
  55.  118   [14] EXECUTE       Open       T:Command-00-T14            Read    OK
  56.  119   ramlib             Load       AmiTCP:libs/usergroup.libra         OK
  57.  120   ramlib             Load       LIBS:bsdsocket.library              Fail
  58.  121   ramlib             Load       DH0:System/bsdsocket.librar         Fail
  59.  122   ramlib             Load       LIBS:libs/bsdsocket.library         Fail
  60.  123   ramlib             Load       DH0:System/libs/bsdsocket.l         Fail
  61.  124   [14] AmiTCP:bin/lo ChangeDir  RAM:ENV
  62.  125   [14] AmiTCP:bin/lo ChangeDir  DH0:System
  63.  126   ramlib             Load       AmiTCP:devs/netinfo.device          OK
  64.  127   netinfo.device     Open       AmiTCP:db/passwd            Read    OK
  65.  128   [14] AmiTCP:bin/lo Open       AmiTCP:db/nologin           Read    Fail
  66.  129   [14] AmiTCP:bin/lo ChangeDir  DH1:AMITCP4.0/HOME
  67.  130   [14] AmiTCP:bin/lo ChangeDir  DH0:System
  68.  131   [14] AmiTCP:bin/lo Open       AmiTCP:db/motd              Read    Fail
  69.  132   netinfo.device     Open       AmiTCP:db/group             Read    OK
  70.  133   [14] AmiTCP:AmiTCP Open       *                           Read    OK
  71.  134   BackGround_Process ChangeDir  DH0:System
  72.  135   BackGround_Process Open       NIL:                        Read    OK
  73.  136   AmiTCP:AmiTCP      Open       AmiTCP:db/AmiTCP.config     Read    OK
  74.  137   NETTRACE           Open       AmiTCP:db/hosts             Read    OK
  75.  138   NETTRACE           Open       AmiTCP:db/networks          Read    OK
  76.  139   NETTRACE           Open       AmiTCP:db/services          Read    OK
  77.  140   [14] AmiTCP:Bin/On Open       AmiTCP:db/interfaces        Read    OK
  78. /141   ramlib             Load       DEVS:Networks/ppp.device
  79.  142   NETTRACE           Open       AmiTCP:db/protocols         Read    OK
  80.  143   NETTRACE           Open       AmiTCP:db/resolv.conf       Read    OK
  81.  144   NETTRACE           Open       AmiTCP:db/inet.access       Read    OK
  82. \141   ramlib             Load       DEVS:Networks/ppp.device            OK
  83.  145   [14] AmiTCP:Bin/On Open       ENV:SANA2/ppp0.config       Read    OK
  84.  146   ramlib             Load       DEVS:serial.device                  OK
  85.  147   ppp.device         Open       CON:20/50/400/140/Dialling. Write   OK
  86.  148   ppp.device         Open       AMITCP:DIALSCRIPT           Read    OK
  87.  
  88. Closed SnoopDos log at 20:12:31
  89. ----------------------------------------------------------------------------
  90.   As you can see, bsdsocket.library is not being created. Again, ARexx is
  91. running and my Rexxc path is properly defined etc.
  92.  
  93.   Does anyone have any ideas? All help will be appreciated!
  94.  
  95.                                                         Thanks!
  96.  
  97.                                                      Scott A. Cabit
  98.                                                    sac@mlb.cca.rockwell.com
  99.  
  100.